<xs:element name="api_result" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="authentication" /> <xs:element type="xs:int" name="num_results" /> <xs:element name="result" maxOccurs="unbounded" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="xs:string" name="type" /> <xs:element type="xs:string" name="job_num" /> <xs:element type="xs:string" name="client_ref" /> <xs:element type="xs:string" name="date_gmt" /> <xs:element type="xs:string" name="recip_id" /> <xs:element type="xs:string" name="from" minOccurs="0" /> <xs:element type="xs:string" name="location" /> <xs:element type="xs:string" name="recipient" /> <xs:element type="xs:int" name="seconds" /> <xs:element type="xs:int" name="pages_sent" /> <xs:element type="xs:int" name="count" /> <xs:element type="xs:int" name="failed" /> <xs:element type="xs:int" name="success" /> <xs:element type="xs:int" name="complete" /> <xs:element type="xs:string" name="download" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
© 2013 All Rights Reserved.